home *** CD-ROM | disk | FTP | other *** search
- gWidth = max(
- zstring_width(zstring: '$$$/Dialogs/PrintDialog/Index'),
- zstring_width(zstring: '$$$/Dialogs/PrintDialog/Wallet'));
- gPreviewHeight = 130;
- gPreviewWidth = 160;
- gClusterHeight = gPreviewHeight + 32;
- gPLabelWidth = zstring_width(zstring: '$$$/Dialogs/PrintDialog/PaperLabel');
- gBarHeight = 30;
-
- dialog(name: '$$$/Dialogs/PackageDialog', target_id: 'pset')
- {
- view(align_children: align_right)
- {
- view(align_children: align_top, alignment: align_fill)
- {
- group(align_children: align_left)
- {
- cluster(name: '$$$/Dialogs/PackageDialog/PageSize', align_children: align_left)
- {
- popup(item_id: 'pspp', width: 140);
- }
-
- cluster(item_id: 'grpa', name: '$$$/Dialogs/PackageDialog/PackageOptions', align_children: align_left)
- {
-
- view (align_children: align_row)
- {
- radio(item_id: 'rlr0', width: 5);
- picture(item_id: 'plr0', width: 19, height: 22);
- static_text(item_id: 'tlr0', name: '$$$/Dialogs/PackageDialog/Letter0');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rlr1', width: 5);
- picture(item_id: 'plr1', width: 19, height: 22);
- static_text(item_id: 'tlr1', name: '$$$/Dialogs/PackageDialog/Letter1');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rlr2', width: 5);
- picture(item_id: 'plr2', width: 19, height: 22);
- static_text(item_id: 'tlr2', name: '$$$/Dialogs/PackageDialog/Letter2');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rlr3', width: 5);
- picture(item_id: 'plr3', width: 19, height: 22);
- static_text(item_id: 'tlr3', name: '$$$/Dialogs/PackageDialog/Letter3');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rlr4', width: 5);
- picture(item_id: 'plr4', width: 19, height: 22);
- static_text(item_id: 'tlr4', name: '$$$/Dialogs/PackageDialog/Letter4');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rlr5', width: 5);
- picture(item_id: 'plr5', width: 19, height: 22);
- static_text(item_id: 'tlr5', name: '$$$/Dialogs/PackageDialog/Letter5');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rlr6', width: 5);
- picture(item_id: 'plr6', width: 19, height: 22);
- static_text(item_id: 'tlr6', name: '$$$/Dialogs/PackageDialog/Letter6');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rlr7', width: 5);
- picture(item_id: 'plr7', width: 19, height: 22);
- static_text(item_id: 'tlr7', name: '$$$/Dialogs/PackageDialog/Letter7');
- }
-
- view (align_children: align_row)
- {
- radio(item_id: 'ra40', width: 5);
- picture(item_id: 'pa40', width: 19, height: 22);
- static_text(item_id: 'ta40', name: '$$$/Dialogs/PackageDialog/A40');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'ra41', width: 5);
- picture(item_id: 'pa41', width: 19, height: 22);
- static_text(item_id: 'ta41', name: '$$$/Dialogs/PackageDialog/A41');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'ra42', width: 5);
- picture(item_id: 'pa42', width: 19, height: 22);
- static_text(item_id: 'ta42', name: '$$$/Dialogs/PackageDialog/A42');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'ra43', width: 5);
- picture(item_id: 'pa43', width: 19, height: 22);
- static_text(item_id: 'ta43', name: '$$$/Dialogs/PackageDialog/A43');
- }
-
- view (align_children: align_row)
- {
- radio(item_id: 'rtb0', width: 5);
- picture(item_id: 'ptb0', width: 19, height: 22);
- static_text(item_id: 'ttb0', name: '$$$/Dialogs/PackageDialog/Tabloid0');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rtb1', width: 5);
- picture(item_id: 'ptb1', width: 19, height: 22);
- static_text(item_id: 'ttb1', name: '$$$/Dialogs/PackageDialog/Tabloid1');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rtb2', width: 5);
- picture(item_id: 'ptb2', width: 19, height: 22);
- static_text(item_id: 'ttb2', name: '$$$/Dialogs/PackageDialog/Tabloid2');
- }
- view (align_children: align_row)
- {
- radio(item_id: 'rtb3', width: 5);
- picture(item_id: 'ptb3', width: 19, height: 22);
- static_text(item_id: 'ttb3', name: '$$$/Dialogs/PackageDialog/Tabloid3');
- }
-
-
- }
- }
- cluster(item_id: 'grpb', name: '$$$/Dialogs/PackageDialog/PreviewCluster', align_children: align_center, height: gClusterHeight)
- {
- view(align_children: align_row)
- {
- button(item_id: 'wicn', picture: true, width: 12, height: 12);
- static_text(item_id: 'warn', name: '$$$/Dialogs/PrintDialog/UseEachPhoto', width: 200, height: 40);
- }
-
- gap(height: 2);
-
- view(align_children: align_center)
- {
- picture(item_id: 'slhr', width: 200, height: gPreviewHeight * 2 + 25);
- }
- gap(height: 23);
- view(align_children: align_row)
- {
- button(item_id: 'prpg', name: '$$$/Dialogs/PrintDialog/PrevPage', picture: true, next_tab: 'nxpg', alignment: align_left, width: 20, height: 20);
- static_text(item_id: 'pgnb', name: '$$$/Dialogs/PrintDialog/PageNo', width: 100, alignment: align_center);
- button(item_id: 'nxpg', name: '$$$/Dialogs/PrintDialog/NextPage', picture: true, next_tab: 'prvs', alignment: align_right, width: 20, height: 20);
- }
- }
-
- }
- view(align_children: align_row)
- {
- ok_cancel(ok_name: '$$$/Dialogs/PackageDialog/Ok');
- }
- }
- }
-